From e7e5e445c089a547aa309633a1ad339dc16db6f5 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 27 Jan 2003 08:48:43 +0000 Subject: [PATCH] (ebrowse-draw-tree-fn): Fix typo. --- lisp/progmodes/ebrowse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index 9ee70a5d48a..89b8404c354 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el @@ -1829,7 +1829,7 @@ TREE denotes the class shown." (defun* ebrowse-draw-tree-fn (&aux stack1 stack2 start) - "Display a single class and recursively it's subclasses. + "Display a single class and recursively its subclasses. This function may look weird, but this is faster than recursion." (setq stack1 (make-list (length ebrowse--tree) 0) stack2 (copy-sequence ebrowse--tree)) -- 2.30.2